Html Css Color HEX #6BA6FD Cornflower Blue

📋 copy color: '#6BA6FD'

red 107 ◦ green 166 ◦ blue 253

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

Shades of Cornflower Blue #6BA6FD

Tints of Cornflower Blue #6BA6FD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.56%

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

R = 20.34%
G = 31.56%
B = 48.1%

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

#6BA6FD (or 0x6BA6FD) is known color: Cornflower Blue. HEX triplet: 6B, A6 and FD. RGB value is (107,166,253). Sum of RGB (Red+Green+Blue) = 107+166+253=526 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.34% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BA6FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA6FD is #945902. Grayscale: #9D9D9D. Windows color (decimal): -9722115 or 16623211. OLE color: 16623211.

HSL color Cylindrical-coordinate representation of color #6BA6FD: hue angle of 215.75º 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 #6BA6FD is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 166 253 -
CMYK 0.58 0.34 0 0.01
HSL 215.75º 0.97% 0.71% -
HSV(B) 215.75º 0.58% 0.99% -
XYZ 37.43 37.49 98.19 -
YUV 158.28 181.45 91.43 -
System Red Green Blue C M Y K H S L
Decimal 107 166 253 0.58 0.34 0 0.01 215.75 0.97 0.71
Hex 6B A6 FD 3A 22 0 1 D8 61 47
Octal 153 246 375 72 42 0 1 330 141 107
Binary 1101011 10100110 11111101 111010 100010 0 1 11011000 1100001 1000111

Color Harmonies of #6BA6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA6FD

Black with #6BA6FD

Text Example


Text Example

White with #6BA6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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