Html Css Color HEX #6BA7FD Cornflower Blue

📋 copy color: '#6BA7FD'

red 107 ◦ green 167 ◦ blue 253

#6BA7FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #6BA7FD

Tints of Cornflower Blue #6BA7FD

RGB

 RED value IS 107 (42.19% from 255) = 20.3%

 GREEN value IS 167 (65.63% from 255) = 31.69%

 BLUE value IS 253 (99.22% from 255) = 48.01%

R = 20.3%
G = 31.69%
B = 48.01%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6BA7FD (or 0x6BA7FD) is known color: Cornflower Blue. HEX triplet: 6B, A7 and FD. RGB value is (107,167,253). Sum of RGB (Red+Green+Blue) = 107+167+253=527 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.30% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BA7FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA7FD is #945802. Grayscale: #9E9E9E. Windows color (decimal): -9721859 or 16623467. OLE color: 16623467.

HSL color Cylindrical-coordinate representation of color #6BA7FD: hue angle of 215.34º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BA7FD is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 167 253 -
CMYK 0.58 0.34 0 0.01
HSL 215.34º 0.97% 0.71% -
HSV(B) 215.34º 0.58% 0.99% -
XYZ 37.61 37.86 98.25 -
YUV 158.86 181.12 91.01 -
System Red Green Blue C M Y K H S L
Decimal 107 167 253 0.58 0.34 0 0.01 215.34 0.97 0.71
Hex 6B A7 FD 3A 22 0 1 D7 61 47
Octal 153 247 375 72 42 0 1 327 141 107
Binary 1101011 10100111 11111101 111010 100010 0 1 11010111 1100001 1000111

Color Harmonies of #6BA7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA7FD

Black with #6BA7FD

Text Example


Text Example

White with #6BA7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BA7FD; }

 p { color: rgb(107,167,253); }

 H1.HeaderClassName
 {
   color: #6BA7FD;
 }
 .AnyTagClassName
 {
   color: #6BA7FD;
 }
</style>

background-color css

<style>
 a { background-color: #6BA7FD; }

 a { background-color: rgb(107,167,253); }

 div.DivClassName
 {
   background-color: #6BA7FD;
 }
 .BgClassName
 {
   background-color: #6BA7FD;
 }
</style>

border-color css

<style>
 span { border-color: #6BA7FD; }

 span { border-color: rgb(107,167,253); }

 td.TdClassName
 {
   border-color: #6BA7FD;
 }
 .TagClassName
 {
   border-color: #6BA7FD;
 }
</style>