Html Css Color HEX #6B9AEF Cornflower Blue

📋 copy color: '#6B9AEF'

red 107 ◦ green 154 ◦ blue 239

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

Shades of Cornflower Blue #6B9AEF

Tints of Cornflower Blue #6B9AEF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.8%

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 21.4%
G = 30.8%
B = 47.8%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6B9AEF (or 0x6B9AEF) is known color: Cornflower Blue. HEX triplet: 6B, 9A and EF. RGB value is (107,154,239). Sum of RGB (Red+Green+Blue) = 107+154+239=500 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.4% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B9AEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9AEF is #946510. Grayscale: #959595. Windows color (decimal): -9725201 or 15702635. OLE color: 15702635.

HSL color Cylindrical-coordinate representation of color #6B9AEF: hue angle of 218.64º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B9AEF is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 154 239 -
CMYK 0.55 0.36 0 0.06
HSL 218.64º 0.8% 0.68% -
HSV(B) 218.64º 0.55% 0.94% -
XYZ 33.2 32.47 86.18 -
YUV 149.64 178.43 97.59 -
System Red Green Blue C M Y K H S L
Decimal 107 154 239 0.55 0.36 0 0.06 218.64 0.8 0.68
Hex 6B 9A EF 37 24 0 6 DB 50 44
Octal 153 232 357 67 44 0 6 333 120 104
Binary 1101011 10011010 11101111 110111 100100 0 110 11011011 1010000 1000100

Color Harmonies of #6B9AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9AEF

Black with #6B9AEF

Text Example


Text Example

White with #6B9AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,154,239); }

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

background-color css

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

 a { background-color: rgb(107,154,239); }

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

border-color css

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

 span { border-color: rgb(107,154,239); }

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